projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4e7087
)
; Simplify last change
author
Basil L. Contovounesios
<contovob@tcd.ie>
Wed, 10 Jun 2020 00:00:01 +0000
(
01:00
+0100)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Wed, 10 Jun 2020 00:00:01 +0000
(
01:00
+0100)
* lisp/progmodes/project.el (project--read-project-list): We are
already at BOB after insert-file-contents.
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index 0cca518d26154274ffc070ee057adf901d61f8b3..f3df44fa7babed1fdcaabc5321696ba545239554 100644
(file)
--- a/
lisp/progmodes/project.el
+++ b/
lisp/progmodes/project.el
@@
-763,7
+763,6
@@
Arguments the same as in `compile'."
(when (file-exists-p filename)
(with-temp-buffer
(insert-file-contents filename)
- (goto-char (point-min))
(read (current-buffer)))))))
(defun project--ensure-read-project-list ()